PostgreSQL
constructor(url: String, username: String, password: String, options: ERROR CLASS: Symbol not found for ConnectionPool.Options = ConnectionPool.Options(), encoders: ERROR CLASS: Symbol not found for ValueEncoderRegistry = ValueEncoderRegistry())(source)
Parameters
url
The URL of the PostgreSQL database to connect to.
username
The username used for authentication.
password
The password used for authentication.
options
Optional pool configuration, defaulting to Driver.Pool.Options.
encoders
Optional registry of value encoders to use for encoding query parameters.